home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / python-cairo / README < prev   
Text File  |  2009-06-25  |  1KB  |  42 lines

  1. Pycairo - Python bindings for cairo
  2. http://www.cairographics.org/pycairo
  3.  
  4. Dependencies
  5. ------------
  6.     cairo   >= 1.8.6
  7.     Python  >= 2.6
  8.  
  9. Compiling
  10. ---------
  11. See the INSTALL document for build instructions.
  12.  
  13. Documentation
  14. -------------
  15. The 'doc' directory contains reStructuredText files which are used by Sphinx
  16. to generate html (and other format) documentation.
  17.  
  18. License
  19. -------
  20. Pycairo is free software and is available to be redistributed and/or modified
  21. under the terms of either the GNU Lesser General Public License (LGPL) version
  22. 2.1 or the Mozilla Public License (MPL) version 1.1.
  23.  
  24. Contact
  25. -------
  26. Mailing List:
  27. If you have some ideas for how cairo or Pycairo could be improved, please feel
  28. free to send a message to cairo@cairographics.org
  29.     http://cairographics.org/cgi-bin/mailman/listinfo/cairo
  30.  
  31. Bugzilla:
  32. If you find a bug in Pycairo, please go to
  33.     https://bugs.freedesktop.org/enter_bug.cgi?product=pycairo
  34. and submit a bugreport.
  35.  
  36. IMPORTANT: make sure you state which version of cairo and pycairo you are
  37. using when you report a problem or bug.
  38.  
  39. >>> import cairo
  40. >>> cairo.cairo_version_string()  # shows the cairo version
  41. >>> cairo.version                 # shows the pycairo version
  42.